projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da95e23
)
* frame.c (Fcan_run_window_configuration_change_hook): Return a value.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 9 Nov 2014 04:04:12 +0000
(20:04 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 9 Nov 2014 04:04:12 +0000
(20:04 -0800)
src/ChangeLog
patch
|
blob
|
history
src/frame.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 82a9b24876c572a19cf9a97e6684fef2099b7f13..d5814a65edf4a4bd862b24050f5e6f311ee4ac6f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2014-11-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ * frame.c (Fcan_run_window_configuration_change_hook): Return a value.
+
2014-11-08 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (run): Only use non-system event loop if OSX version is
diff --git
a/src/frame.c
b/src/frame.c
index c68195caba2e87e3b8820072f9d8ef38bce61a99..88f3d1f4fa939a0b171e5d833207d0cd096c8e50 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-2277,6
+2277,7
@@
functions on `window-configuration-change-hook' is impeded forever. */)
struct frame *f = decode_live_frame (frame);
f->can_run_window_configuration_change_hook = NILP (allow) ? false : true;
+ return Qnil;
}
\f